Memory Pool Memory Pool Refreshing

645 transactions
9.08 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,348 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 365 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,347 (907,081 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
1,266 1,266 00000000b1d5f46af55418375118f256a0d0e9331b74ef01225c5f0ec0f77629 0.00 MB 1 0
1,265 1,265 0000000061c9682ba3045c5ab56f45f1cf98b0029d2ea195e2be4dc2327976aa 0.00 MB 1 0
1,264 1,264 0000000075c53615a885fb183c632beaaebb6ff7bd90ab7acfd4eb4d9ee2d357 0.00 MB 1 0
1,263 1,263 0000000051fcafb8b48dc5e2bd0110a9afe11f7537e736f4dffc475dc92313d3 0.00 MB 1 0
1,262 1,262 00000000be689023e049c968aee4fe38e95650d7a585d1e1480f05ce087fcd48 0.00 MB 1 0
1,261 1,261 00000000ee8206099db24119708c137b7d7c54ef2d328e475b3550ca080649c4 0.00 MB 1 0
1,260 1,260 000000004d300ee9448a7a24cb5e5ac6baabbbe8f071a0992bca904b8ee4099f 0.00 MB 1 0
1,259 1,259 000000007c63de5a42802a1eb3abb16918ffe7f7fd0b226084399aaeb995056f 0.00 MB 1 0
1,258 1,258 000000008bbef28a6cf15c2fb642361b7a88f9c96ad02b3dce53e716575c4721 0.00 MB 1 0
1,257 1,257 00000000fa3313cddbe69ca006855cd38b0118b35a984b42dd2a1a226dd609a9 0.00 MB 1 0
1,256 1,256 0000000056720bcfadf3ae8342a8b37ffecdd46bc6cb9df631bbf68f899053a7 0.00 MB 1 0
1,255 1,255 00000000f443b5bd000c5b0683c9aaaf104cb7d8e4cdff2f7e5a1b99c4e0a68a 0.00 MB 1 0
1,254 1,254 0000000010f9ffbf8f2248da958afcb92422f1b98beb747ec96271b7eeb2f023 0.00 MB 1 0
1,253 1,253 00000000345a3d81722fe7cf8f76f234d42ee24f935314d534c33f5ed73de998 0.00 MB 1 0
1,252 1,252 000000003be45000f15296a940f153485f01379beebdd01a49a62e215d794cd7 0.00 MB 1 0
1,251 1,251 00000000d9d7747e14af87d83517e248087792b2786cd730b7f192917305390c 0.00 MB 1 0
1,250 1,250 00000000ded2e141b0a967c28babfa0894f3825cebb06b42de3489925acbc461 0.00 MB 1 0
1,249 1,249 000000004ac87f99aef41b034dd585692863874c0455cc9ccd8c3a90636fd97a 0.00 MB 1 0
1,248 1,248 00000000ca72cf88430a81fd99c80ce40e72505b043584f2949f694e790e0fdb 0.00 MB 1 0
1,247 1,247 000000002a5e1e00e34ab9175bd2ddaef1bc308596ed07d59ee3e4ecf31f2714 0.00 MB 1 0
1,246 1,246 0000000040974ccb3370e53c9b10814d3ab23b613f9bf261982b16285348c4ed 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.32 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,701.93 GB sent, 98.83 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.