Memory Pool Memory Pool Refreshing

5,392 transactions
1.93 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,868 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,205 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,867 (494,452 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
413,415 413,415 0000000000000000016fa7ea2c50e82931b829f7fa087aba996e03cfc2d65732 0.41 MB 582 36
413,414 413,414 000000000000000003a23dd1c1bdfc171aa25af597cff53189dba24d5bc1fb90 0.99 MB 1,018 28
413,413 413,413 000000000000000004da88fdd5c2e88f6ae79952f1d7f3027c8b43465b2ec854 1.00 MB 2,614 57
413,412 413,412 000000000000000003ddf1f5d5626c582853dc1e15f1b46da36c0889cb93315a 0.06 MB 181 54
413,411 413,411 0000000000000000038989fc211ca290ec24378881bdebbdcacfc566dec00015 0.32 MB 899 62
413,410 413,410 0000000000000000019b9df925db0f59485b74f6f8b62a3536089925862944fd 0.98 MB 319 15
413,409 413,409 000000000000000000c0548b8be896e7c4d9e14610123bcaee200de50c74d515 1.00 MB 1,123 27
413,408 413,408 00000000000000000443e66b1c5ae145f5adf0bc2c2757346b4706b43a1fa53c 1.00 MB 465 16
413,407 413,407 000000000000000000fc146c7b3620bc47d1d858a51f16cc82dd5151c7039a86 0.50 MB 1,150 53
413,406 413,406 0000000000000000003f0356f7a38fd8d8990cb9572100afdad46d6b0d38d496 0.88 MB 304 14
413,405 413,405 000000000000000004d56f2ef07fa97ddfeacb9e5d6a95a2b6c9d4e71510b41a 1.00 MB 1,961 54
413,404 413,404 00000000000000000319524f1034d7164d3a8cdbc603c907dd4ca1bcb0ff6868 1.00 MB 1,135 30
413,403 413,403 0000000000000000018e0b26cf313288d5e28479415b2eb7c2a9c008b57c3d9e 1.00 MB 637 23
413,402 413,402 000000000000000001ed1f89ea317a9170a44d74d34d8df841a1e3c735cd9545 1.00 MB 1,546 56
413,401 413,401 000000000000000004475423ca0a206308a6079a788ab51a3cc73102742fb7ec 1.00 MB 1,585 54
413,400 413,400 000000000000000002d8f8c15ac643bfdd49b2e4fc418106eaf784b72de0dd7f 1.00 MB 1,728 40
413,399 413,399 0000000000000000027d226c707180f63b15199a02004f56be76b35c095d08f4 1.00 MB 1,488 33
413,398 413,398 00000000000000000420ccddc8d0a73e7b9a249d40425b091da6cd65ed6d0da1 1.00 MB 778 16
413,397 413,397 00000000000000000357d194da1e1ce70955a81dd87d0e1bce8f46597e71fdcf 1.00 MB 1,871 33
413,396 413,396 0000000000000000040d6bc15a2f4f024ebeefa5697b5c59dded33ee7f372536 1.00 MB 2,059 46
413,395 413,395 000000000000000000240dff1568a42bf2f4465b686f2dcad02d664646d2f47f 0.99 MB 2,638 59
Previous 10 blocks ↓
Total Size: 769.29 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,642.56 GB sent, 94.40 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.