Memory Pool Memory Pool Refreshing

7,800 transactions
3.60 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (586,184 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
321,539 321,539 000000000000000020cb142a3bf371d24d26b3e39913ccecc5421aa75e72f657 0.23 MB 256 17
321,538 321,538 0000000000000000052ef99df69977dd71ea65c09dcde6121c1f41b8f77ce92e 0.35 MB 967 40
321,537 321,537 000000000000000022e2421aa5cb27cf6cf55c25e18f6716dfc118fdeefb57e9 0.76 MB 1,522 33
321,536 321,536 00000000000000000be15f74452e98434e49bc3189d511b01a806a69ef9543b4 0.05 MB 64 17
321,535 321,535 0000000000000000190d6f90efb158c93abd92370692ed9377c475ff965c7765 0.04 MB 113 38
321,534 321,534 00000000000000000ad107d7f93d7dc1642c79f0bc9b192b9b0382368cfd6e25 0.26 MB 504 28
321,533 321,533 000000000000000009acba424a8839629a2810e142a738e4913d32ffe4a11e6b 0.25 MB 511 30
321,532 321,532 00000000000000000fd997dabfdd1f6ec9eb7a1d14b1cb3795a610f71dc6e932 0.10 MB 52 12
321,531 321,531 0000000000000000036d824eee6ab4de55fe2e54f095c1d9296b4b315874b521 0.93 MB 2,041 32
321,530 321,530 00000000000000000deb34e1a2e9996699a65ad4c3aa09d537ac4f48ad510575 0.09 MB 180 31
321,529 321,529 0000000000000000145f1ee686db8f6317d78342b6b41a47665fdd05174e4678 0.21 MB 398 29
321,528 321,528 00000000000000001c449151c5538cd7403aaa63a49dad9182bfd595b72f4be2 0.27 MB 560 32
321,527 321,527 00000000000000000cc32533408b952cf4c58e17418b7f3d717151c5f727822c 0.15 MB 314 31
321,526 321,526 0000000000000000109b7703b382c7d35b70cc4dda25ad932f49452ee0734f9e 0.04 MB 70 6
321,525 321,525 000000000000000015c5bcd860cc5b80f5daa8b210c34f05093949322a6a05a3 0.39 MB 614 24
321,524 321,524 000000000000000004eb3ede204bc0e6a6f3a33873debefa7e3a1d53b7c770be 0.25 MB 193 11
321,523 321,523 000000000000000005d7e2bb87e3dba3095e1b53ad32e7ace5c62683ddb9f91d 0.75 MB 1,472 27
321,522 321,522 00000000000000001ada20fd60a4281cbc499d5691e23208f187f29050a91869 0.32 MB 1,024 49
321,521 321,521 000000000000000009cb01a627d33d8c433c95a87031dcff2a4c873c6cc720cc 0.17 MB 276 23
321,520 321,520 000000000000000005ab214b220e7895e623616298b97a3d37fb4bf1b5a079ea 0.01 MB 32 19
321,519 321,519 00000000000000000878acd15a55b0797cf3d4cd5fc91f1fa5c9e0e356c4f598 0.28 MB 476 25
Previous 10 blocks ↓
Total Size: 769.03 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,624.88 GB sent, 93.01 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.