Memory Pool Memory Pool Refreshing

6,999 transactions
2.32 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,845 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,679 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,844 (100,509 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
807,335 807,335 00000000000000000001e1cf3afda6e1e31b4e45fb6fed9a2499d624f9c50f22 1.76 MB 4,806 15
807,334 807,334 000000000000000000029f218c47b393834767cf6a9db3c6cd26ee28964e09b1 1.62 MB 2,507 16
807,333 807,333 00000000000000000001100150e9ebb8a8d275e6709c60f02d7a4863bb5262d4 1.31 MB 2,121 20
807,332 807,332 0000000000000000000107ce02d2c0eb80c849bc4e1fd34f02aaf115daf8fafe 1.52 MB 3,245 29
807,331 807,331 0000000000000000000015283cd8f123bffcaa3c3f4d5e360a3314d3959a9784 2.04 MB 6,469 13
807,330 807,330 000000000000000000044243aac72e5a3f198ea8c01691769df34ff9c3ea503f 1.59 MB 3,520 20
807,329 807,329 000000000000000000030a09bc34a572cd7a864bd47f1a7bca616bac0f64dd55 2.15 MB 6,952 13
807,328 807,328 00000000000000000000cbfa93a961c4e5bb5c30b2806955c83d26c3682a4aba 1.75 MB 4,229 14
807,327 807,327 0000000000000000000524a26c18fb19877fd9baef361d24aefd25cee62f7b9d 1.88 MB 5,642 16
807,326 807,326 00000000000000000002f281094add94d9364acfb18c89e9d4ac24e9df16ec99 1.71 MB 3,072 17
807,325 807,325 00000000000000000004cf025cee100fa77ecef604ee5390a62f2fd46e123194 1.64 MB 3,598 26
807,324 807,324 000000000000000000033aa5472849394d035d37af01c0539d63898782e6320d 1.55 MB 2,815 19
807,323 807,323 000000000000000000029ed420886141389562df31447bfd34cac98130aa4b3f 1.59 MB 3,158 28
807,322 807,322 0000000000000000000242d436294eb1a402b6d216b2599618521b3d0060d280 1.68 MB 3,951 13
807,321 807,321 00000000000000000001e773bcd9163ef84a4c00b8c4f9766de14ee80e4ab75e 1.50 MB 2,290 16
807,320 807,320 000000000000000000041cdfcae987a9a0d658ab7dd56d0d1939830f10f7ca3b 1.43 MB 2,985 26
807,319 807,319 00000000000000000004fb35259bdc9ab7886cbf5f1cd1ff58e9f829547e3d70 1.41 MB 2,649 22
807,318 807,318 00000000000000000001d6e31e577019b353410bde437159132f665c310c2dac 1.52 MB 3,817 38
807,317 807,317 000000000000000000008ce66c8a9746ddc36a9cfaa33de74f74e442a9c75be2 2.00 MB 5,638 16
807,316 807,316 00000000000000000003d41f3248369ceb6a9d34c6c0d4347e6b1f9ebb0c49fc 1.99 MB 5,996 15
807,315 807,315 0000000000000000000223b2534fd2c7bf9ad7b90193927beac5d05c5bb03c34 1.56 MB 3,181 14
Previous 10 blocks ↓
Total Size: 769.25 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,635.16 GB sent, 94.18 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.