Memory Pool Memory Pool Refreshing

37,239 transactions
33.38 vMB
Show Random Selection Loading Transactions
Max Size: 196/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,683 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 1,135 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,682 (179,475 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
683,207 683,207 00000000000000000006955d562f2c4e9ff8623298faac5ad786ea49128c1430 1.09 MB 293 4
683,206 683,206 000000000000000000097c60d62bd680235fabeed19cb5067f711f0512411bb6 1.29 MB 1,803 46
683,205 683,205 0000000000000000000b6ccbf703981e32cea539380c38a464edc825531bb86c 1.09 MB 713 10
683,204 683,204 00000000000000000000fa4dae2b64475d06389b0966140d68095a1b213b8e1d 1.33 MB 1,458 32
683,203 683,203 0000000000000000000936517e4a61ceb7a52c4a592dafb55e25edc334f15c6d 1.16 MB 1,155 9
683,202 683,202 0000000000000000000210a6e742c380d4e318824e3f46dd90973921ef861cf9 1.23 MB 1,760 33
683,201 683,201 000000000000000000024b4728b51f3c83424bb9f6ec9ae08030f46f421f1f9c 1.24 MB 1,743 69
683,200 683,200 0000000000000000000ae459934510669fda1ddd2c577f8bd1582d8832def29a 1.28 MB 2,230 79
683,199 683,199 000000000000000000048d63e5b34c8f9f940901f2571a4b99ad661f2222be05 1.28 MB 1,423 27
683,198 683,198 000000000000000000092dff6fbaacce803f18788221b3a6d70eb21195a013f0 1.20 MB 1,468 16
683,197 683,197 0000000000000000000276b20949392c55e185271c48f0d4fd4462a828c10d82 1.17 MB 724 3
683,196 683,196 00000000000000000001aca264e94a9e212676d6a91d0579b7307afbf9e4d1f6 1.37 MB 1,634 37
683,195 683,195 00000000000000000007c5e47dc2f7bdeea52261f8b816bf8b5d013b415330e4 1.15 MB 2,837 7
683,194 683,194 0000000000000000000baa4abd18c45b02fc55db97f144c18671ee4e8f29ba8c 1.43 MB 1,799 30
683,193 683,193 00000000000000000009b10df6026a114adf74ecf3a50ea62978aa52f5a1736d 1.41 MB 2,641 83
683,192 683,192 0000000000000000000c133ede9f4a2889ba9f887571fcee98e30596fce91ba9 1.36 MB 2,066 48
683,191 683,191 000000000000000000006ebd49b85a60aa4df8afaba81b47c7d4b72af2106d29 1.26 MB 1,641 68
683,190 683,190 0000000000000000000ce1ee0b9b5e750ce9fcacd57f3db6a0cca8d25e2a3a64 1.21 MB 1,531 56
683,189 683,189 0000000000000000000ad69476fe8c137530632aaf6ebd7383481eb428a0d0de 1.54 MB 2,389 103
683,188 683,188 0000000000000000000753de1f97645fadcd1871691b1eb4907b6b0e4e88a21d 1.24 MB 1,566 3
683,187 683,187 0000000000000000000084a3dcb458348698f34b3d4a40b0b524401517f7d1e2 1.24 MB 810 56
Previous 10 blocks ↓
Total Size: 685.48 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,383.17 GB sent, 108.73 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.