Memory Pool Memory Pool Refreshing

2,292 transactions
1.09 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,870 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,874 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (159,264 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
748,605 748,605 000000000000000000010e77de8e5a9682d4b6b9975fc013a2316ac0f8bb9f89 1.47 MB 2,765 26
748,604 748,604 000000000000000000017e6b569a4d8d3e1d11530e83ddd72d2cbc320a5b06cf 1.43 MB 3,532 31
748,603 748,603 00000000000000000007e94d21f123ba03bb9271b58b81d083c43f71a4d74120 1.35 MB 3,125 34
748,602 748,602 0000000000000000000777c78db5bcf085107dbf67b2cecadec4bcf82af7c9e2 1.51 MB 3,741 19
748,601 748,601 00000000000000000004b8871fd36c0c6d1631a6f7bf678ae4c881aa7adca34f 1.43 MB 1,806 15
748,600 748,600 00000000000000000000de8e1a2b35acb140408399696053cf5b99f9e96f44ff 1.58 MB 2,981 20
748,599 748,599 00000000000000000004c0bd0de9dd76e61cb53a398386cd6ab390825d53feff 1.54 MB 3,122 20
748,598 748,598 0000000000000000000866e31410d319644938dd2c3665057f4c231f600bd29e 1.28 MB 2,409 26
748,597 748,597 000000000000000000074f5d554fc7189374b48875f216ebaea28786afad4be7 1.38 MB 3,715 47
748,596 748,596 00000000000000000007ddb93a04ff2cee992f27cd16cd311f943e0539c847d5 1.50 MB 2,986 9
748,595 748,595 00000000000000000009188cb1f11efb95dcb87b4186a26552378b409c9b67f9 1.57 MB 2,689 13
748,594 748,594 00000000000000000000e33189f35c13e0c4a8bbbc2b3bc1b9635df98d71f808 1.55 MB 3,130 20
748,593 748,593 00000000000000000005f7c7e058f1ae7c08186091a32285f70c00cd82a6febb 1.77 MB 2,692 11
748,592 748,592 000000000000000000080eba2f2a5006a1b15dcb44254cd092b660ccef578753 1.52 MB 3,156 10
748,591 748,591 00000000000000000004e941ad427de3493a52a3b586919783656d34060d20ef 1.27 MB 1,617 15
748,590 748,590 0000000000000000000390f7e989789288acb4309d4301481c6b96bbc10b12f8 1.33 MB 1,235 18
748,589 748,589 00000000000000000007371286e9fcd5439f9b824daba17e1aa4e612a633c96c 1.77 MB 1,622 5
748,588 748,588 0000000000000000000241cf4a553af23da7ef9ef5fd11685e868bd55696af8d 1.63 MB 2,429 9
748,587 748,587 000000000000000000036edbe4c9ef660b057d5f506bc882954290e66c5a784d 1.56 MB 2,723 11
748,586 748,586 000000000000000000056d117900e9828b02fbaba4e48b7f4bf5ab6caa719c32 1.52 MB 3,196 15
748,585 748,585 00000000000000000008ff2f7f31c27fdd92778c984ef694682325e85c8cfe02 1.52 MB 3,224 16
Previous 10 blocks ↓
Total Size: 769.30 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,642.59 GB sent, 94.41 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.