Memory Pool Memory Pool Refreshing

2,665 transactions
0.78 vMB
Show Random Selection Loading Transactions
Max Size: 5/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
907,835 00000000000000000002349e0000000000000000000000000000000000000000 0.76 vMB 2,637 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,834 (48,303 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
859,531 859,531 00000000000000000003140d80d72289e3c2e4085bf0e1272af774d364e71abe 1.88 MB 831 3
859,530 859,530 0000000000000000000254a1a8a310b9ba1cd664f5307daadf45738116504681 1.99 MB 529 3
859,529 859,529 000000000000000000001a930156196e4c66289dd8430aa70fc5aa6df0f9972b 1.90 MB 1,144 3
859,528 859,528 0000000000000000000090183ecbe963724dff5da5131584dedba1b03316f138 1.90 MB 386 3
859,527 859,527 0000000000000000000038e6487dea3c768e84d88e1d2e033be3ada0b0cf19c7 1.92 MB 1,552 4
859,526 859,526 000000000000000000023ae9ed0e886a3f09c3cf5ebda6abaa51aeb9573c3651 1.87 MB 1,355 4
859,525 859,525 00000000000000000001bb3a04e5599cb7567896c59c63e0383f25d0fca2b487 1.85 MB 2,154 3
859,524 859,524 00000000000000000002a2482a4174647234efe6683ed112f0fcb87dd1b94382 2.13 MB 1,375 4
859,523 859,523 00000000000000000001b8a8578ca1d88696bbf2ca69eef003a1f7a1152aa81f 1.67 MB 2,924 4
859,522 859,522 00000000000000000001c4bb70c22897c1efdd25376c8347fc605026a942066d 1.64 MB 3,484 8
859,521 859,521 00000000000000000001b5c06078cec48c29d2e5c9d3d708d5d1093c889d1cb7 1.62 MB 3,855 9
859,520 859,520 00000000000000000000c0f5f3efe3676c366d3d991936c2f038c2c40104ca97 1.46 MB 4,201 7
859,519 859,519 0000000000000000000234870e60ab33272660815544526443aec0b669b4e204 1.65 MB 4,591 5
859,518 859,518 0000000000000000000242dfd43c2b21c14719249348fa3b74588fa284060a5c 1.54 MB 4,393 10
859,517 859,517 000000000000000000004d44ce25d92326fa3646cd83b6ab31cb683c6210d5a3 1.58 MB 6,285 3
859,516 859,516 000000000000000000012fc65349e4d3af15820865ead46a189deb21ee8ed39b 1.55 MB 5,502 4
859,515 859,515 0000000000000000000014de42f2763817faa0012e359c84fb4014a3aa3135ec 1.55 MB 6,109 3
859,514 859,514 00000000000000000001a0de3bd77e81dd64de2be936c45a6db16f30c5b1861c 1.55 MB 5,319 3
859,513 859,513 00000000000000000002bc8b6e5a7778ef1782d15fa3b1293302976a8d4e3c22 1.68 MB 6,422 3
859,512 859,512 000000000000000000026c8da337d3b352569e2fea77d8176915fc1870f181ff 1.63 MB 3,664 4
859,511 859,511 0000000000000000000223db0c7fd7bb1cbb580a06633494f89c58b9c1240c3f 1.68 MB 3,548 4
Previous 10 blocks ↓
Total Size: 769.23 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,634.76 GB sent, 94.08 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.