Memory Pool Memory Pool Refreshing

5,908 transactions
3.18 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,913 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (757,452 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
150,349 150,349 00000000000008a67958a54f5b07f3c9032eb33095478c9cabd1cd6f624712ea 0.04 MB 88 176
150,348 150,348 0000000000000b528d7a6e33fd4957ca592bf78297933edd550f130d45e50e3a 0.00 MB 8 0
150,347 150,347 00000000000006ff216b99e9e49277cec00bd21e5d3a6e999747855c17eec094 0.03 MB 58 80
150,346 150,346 000000000000059567156bdbd621b4ade7e176392c4b764a9b5a21eaf25b5124 0.00 MB 13 1,399
150,345 150,345 0000000000000331ff3bd335fe65bb5b0e80df6650ad4045395548e5b091d473 0.01 MB 29 113
150,344 150,344 0000000000000204412b6567d96277c6fd6644f53ad6180f78bd599d8cd0520d 0.03 MB 113 73
150,343 150,343 000000000000012631c0c969f599e7a4cedfd6e8b66ae22dfc6a9c2e74b3ef1a 0.01 MB 21 214
150,342 150,342 00000000000006efc702bb136e4b87b943fef5bceb447fe1084d0f80c2778d7a 0.01 MB 21 19
150,341 150,341 000000000000079946ab7dac34fe3c2ae770ff0421446ee82a6de4bb63c77ebe 0.05 MB 142 175
150,340 150,340 0000000000000a58e03ff4e804846603df62404b836d9eb393ee11ae294bf5dd 0.05 MB 104 134
150,339 150,339 00000000000007936da57a091bcf55e7361174632a256d5d081d6872572aeb79 0.05 MB 133 102
150,338 150,338 0000000000000a808d2aabb31d708c898ff842d98097abc844c893a20ef81278 0.04 MB 116 224
150,337 150,337 000000000000038dfd659503ce32936c5faa395c5dc459129a16eb504e499aca 0.06 MB 103 123
150,336 150,336 000000000000025012db73305f62b5a54aacffa4b23d8cccec20fe9cf6368fa8 0.01 MB 28 125
150,335 150,335 0000000000000153bda0ebdf957c418b43f0c26fd362b26f358c460159965a64 0.00 MB 12 43
150,334 150,334 0000000000000366efb2e13cc24b10cd6cd0b2b270c822e8c93ea15dc67cbe8b 0.00 MB 3 290
150,333 150,333 00000000000003bcb2b78b752f19e71c105234fd691b9e9b929214c3f5ef7bb3 0.03 MB 58 23
150,332 150,332 0000000000000300f3d134e51c64a6ee201a21d5161a380c058baf5666b64898 0.04 MB 77 202
150,331 150,331 00000000000008c526c670f070759bbac1ebb2ec6f383db10e6dbb7d2ce77d93 0.02 MB 51 334
150,330 150,330 00000000000001f5872eb83000898feda2d1465538f761e9fd1ae0ef05793b0e 0.00 MB 13 95
150,329 150,329 00000000000007c5862f1488b5b39c6a23d0907a26d1d51f6875e416c2cd7eca 0.01 MB 23 177
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.74 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.