Memory Pool Memory Pool Refreshing

5,335 transactions
1.57 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,599 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (118,533 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
789,341 789,341 000000000000000000053305d0dfe429bb85a951325303e290beb02c7511d698 1.86 MB 3,212 45
789,340 789,340 000000000000000000024643a7b110145e6f4ce9a5b18ef53d4ffa282fe3d978 1.69 MB 3,820 70
789,339 789,339 000000000000000000034f9806809f5912ec649810f18fa69ec798b98d6e78b9 1.95 MB 5,122 39
789,338 789,338 000000000000000000029ed29c77c21bc47469a23c8790d1ca5c5761f5c88162 1.66 MB 3,502 110
789,337 789,337 00000000000000000001681ac76ff95958558a1cfcae7ce00eb7fca18ac4392b 1.58 MB 3,547 122
789,336 789,336 0000000000000000000013c09a5b9f748260827ee3ecc7f8523ab13c248efdc0 1.64 MB 3,700 98
789,335 789,335 000000000000000000011880b39abe61caa46b0e7c6854996d27216a23cb3c6d 1.70 MB 4,000 87
789,334 789,334 000000000000000000023aca24f3e0b89b7421ccd02bd1b9ab23b692f1e04fed 1.73 MB 4,362 78
789,333 789,333 00000000000000000002c7b74339dc798c960c0e41429639bd49f353a9632e96 1.80 MB 4,313 72
789,332 789,332 00000000000000000002012e5d936301956667643d57e092e17648bb8baa5593 2.02 MB 2,847 98
789,331 789,331 00000000000000000001e9d748a6208954c3aab458f258ca6c54edd5f6b607df 1.89 MB 3,107 74
789,330 789,330 000000000000000000008b3671878f3f312b54a7e00922ac0e0cbfb5ca688e0f 1.84 MB 3,321 65
789,329 789,329 00000000000000000003d9edac7ee564552d1703c4395eb1093798ae2cf32d04 2.18 MB 3,052 115
789,328 789,328 00000000000000000003ea18654c5cda8f8bdebd34eb7aef8d73ab0fdb096d66 1.91 MB 2,982 183
789,327 789,327 000000000000000000042161088c7484881563bb8d0cde282e6667cab205341b 1.51 MB 2,538 208
789,326 789,326 000000000000000000032ff0a99b9d660260aa6fc2a16658b45012a15f391623 1.43 MB 1,793 346
789,325 789,325 00000000000000000001fff52eafb8f2e0b7252d6b99207e9c80d767db330b6d 1.72 MB 3,979 89
789,324 789,324 00000000000000000002c834e1c9e09eeec76387b51d2aa60156ef0e52b622d5 1.54 MB 2,749 140
789,323 789,323 000000000000000000042ca0fc85b657595a355c1955a01e87eeb086a4ef9ce6 1.67 MB 3,830 120
789,322 789,322 0000000000000000000417f69d21decc2082f43eec0ac38cfa9f4ec7266792b8 1.79 MB 4,401 48
789,321 789,321 00000000000000000002ce5109621be135c55557551a11e0e74eacf6ed19dd97 1.56 MB 3,066 83
Previous 10 blocks ↓
Total Size: 769.31 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,642.77 GB sent, 94.49 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.