Memory Pool Memory Pool Refreshing

2,412 transactions
0.72 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
2 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,712 00000000000000000002349e0000000000000000000000000000000000000000 0.72 vMB 2,395 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,711 (573,562 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
334,149 334,149 00000000000000000c3b45617145770a01141d1dfa56394f6869af68ad113ab2 0.13 MB 229 24
334,148 334,148 00000000000000000751f2bc6107b2d1110dfa7bc5e1eae4ec5eb2c60c0fcf20 0.05 MB 127 16
334,147 334,147 000000000000000009761059de13167ba97e150f1ff1c5098e7f6fc29757d8b3 0.08 MB 196 28
334,146 334,146 0000000000000000125fb75abbb2c8a8ec3c09de06d478027ed9b9fdd4f300d1 0.33 MB 599 24
334,145 334,145 000000000000000008ba4c2994ddbbd52625e89db24bcc8fe371ae56ee4364d3 0.25 MB 347 22
334,144 334,144 00000000000000000436b3dc66f5de22a4f39458c1aaf445190165a4ca6d18a9 0.35 MB 541 24
334,143 334,143 00000000000000000004aca65adcb11e95155444b137d0c14b5a0555d13b4986 0.51 MB 996 26
334,142 334,142 000000000000000009a0591632d5285e53e34f55048610c04ed5d3c51fcbf14a 0.64 MB 1,079 23
334,141 334,141 0000000000000000173d4cba99ef6f3e3702339a42eea84f774deacb1a6e2faa 0.18 MB 512 36
334,140 334,140 000000000000000004f22f526e74f13481148f0fc872d8dfc1a13fb0c61eedd9 0.55 MB 429 13
334,139 334,139 000000000000000015d32c5012de0fb2d3b78b12097fae00e7b4893013d8ff80 0.09 MB 181 23
334,138 334,138 000000000000000015dd5cb850a732107524842b5244533e9c3cac0439715cce 0.75 MB 1,923 30
334,137 334,137 000000000000000012c11c55476d405f2727c5b9468a19e57881adf91e8ec8e8 0.15 MB 512 47
334,136 334,136 00000000000000000654e217f063980685c3d96b68f3833ef637399302818d9a 0.36 MB 436 18
334,135 334,135 000000000000000015004639c5629e840f9332c58681cd5ae3c198337985f566 0.35 MB 816 28
334,134 334,134 0000000000000000192048e6166f2682a09990542cb7b7acb547844397400d1c 0.60 MB 1,279 27
334,133 334,133 000000000000000001a4308e2dea83a50f700f15c2ebe4ada566339fd45cb221 0.27 MB 543 25
334,132 334,132 0000000000000000035fd403b1c27e0f71d49c013450e727e2e01ee36f5578b5 0.21 MB 329 21
334,131 334,131 00000000000000000b0e09ca2393a08a72c01509013429da5257a13153e6f5a9 0.42 MB 768 26
334,130 334,130 00000000000000001958d9c941a7d1d5628cc07283b22cf79a58729e7a74899f 0.34 MB 450 20
334,129 334,129 0000000000000000035ee8359e3dd6bf0125582d93530425c31ad1877d6c0873 0.17 MB 274 21
Previous 10 blocks ↓
Total Size: 769.00 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,616.88 GB sent, 92.84 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.