Memory Pool Memory Pool Refreshing

7,419 transactions
3.17 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,825 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,924 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (795,050 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
112,774 112,774 000000000000924d62bf60b01773be42d03af46bbec09abecc1de997379087b8 0.00 MB 2 0
112,773 112,773 0000000000011dfc009c1e67eaf1533c6cb80e5dcc1fea82bdcaa3be4ecfc586 0.00 MB 12 0
112,772 112,772 0000000000011b5701142e5c21d6713288949ce970f7f192384e6e854c2b3e5c 0.00 MB 4 0
112,771 112,771 0000000000006c7e207181541bbf2abfaf1d7915f013a8198c574cd91fecd3d6 0.00 MB 7 0
112,770 112,770 00000000000008f0333ccad4e8101ce04131880a5c274cbe82ddc7c1ea61806b 0.00 MB 8 0
112,769 112,769 000000000000d9917e3651f23176a697598bae264fe068ee2738c3f29a4d4c69 0.00 MB 10 977
112,768 112,768 0000000000007158df32c4a8a64ae1516b4c70b23e41d35f64222e1c2976958f 0.00 MB 9 0
112,767 112,767 0000000000004fa4eb506860096dff237e5dc4dda7d2adebb655233fe492762c 0.00 MB 2 0
112,766 112,766 000000000000403d4255c51274f0dd2ccb05cc75ed9a80757cda48ea62209cfc 0.00 MB 7 0
112,765 112,765 0000000000006e23d7c65817d7be0b2cc764849e0795cf4bb3a50304da4caed5 0.00 MB 4 0
112,764 112,764 000000000000e13828e81fae9d2359e0c0c81c06499d79448de77eedeb440e55 0.00 MB 9 0
112,763 112,763 0000000000009a6e0776a91504048fd3caea95ffd1126bee72faeaec9a293d8e 0.00 MB 7 478
112,762 112,762 0000000000009798255630d27485aafd1e176e54c5830a9b82a4ec4a15248417 0.00 MB 10 0
112,761 112,761 0000000000009c5894d0c4805aefb30c3716663e6270d4f5011b2b83aa848024 0.00 MB 11 0
112,760 112,760 000000000000ca621db31272fc959f92d96ad24cbca932cf93c2a6ecbafffad4 0.00 MB 2 0
112,759 112,759 0000000000012a93b57029b1e495a43716ae24ff1fbf4799b48ca4cc29440219 0.01 MB 21 0
112,758 112,758 00000000000011dc997e232648ffba3931d4e5c1f5d68cdf059bcb0a24aed950 0.00 MB 1 0
112,757 112,757 0000000000008c40f0d1808d2b4d962c8ebb973c0a573ce4ad2394e58b9ddefa 0.00 MB 6 0
112,756 112,756 000000000000d8cd6206fec44e54083432b5a832c508bd5c6c992643bfadd770 0.00 MB 1 0
112,755 112,755 00000000000032c91130ac4b446223b97e243cb341ea9c3aeef6eb8a473ac359 0.00 MB 5 0
112,754 112,754 000000000000b8731da431887e7da58ed13f0b442639f1f88b709160c3f86f8c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.21 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,634.55 GB sent, 94.00 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.