Memory Pool Memory Pool Refreshing

3,410 transactions
1.03 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
908,101 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,385 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,100 (809,236 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
98,864 98,864 00000000000284de590cb7e29a48c678a23f11913facc0dbb30d8cb3982e7380 0.00 MB 3 1,934
98,863 98,863 00000000000404d5e3b7434eb72c3fe045b7c712b9fdc1896584c19d39c55f14 0.00 MB 2 0
98,862 98,862 000000000001a1c03707f10c5c6d01ad0a2fb826af1fd89b987be7fa2cd42cb5 0.00 MB 3 0
98,861 98,861 00000000000170a14ebf723ef8e75c54d71fbc747216533a97033a44a57594d4 0.00 MB 2 0
98,860 98,860 000000000003bc6d73e454214ff43ee37c88ef9ec82ac6cb52d97d3d32b5c9a5 0.00 MB 4 0
98,859 98,859 000000000001124fc810cc37ae447831754cbae4aa9e4591d4917beb8aec3bb4 0.00 MB 3 0
98,858 98,858 000000000003fa2b3782312ff96c8f65ffdd61f67f834abd7a1af79f00bfcce7 0.00 MB 1 0
98,857 98,857 00000000000030f2426fb0584b7dc19c7f4ea729daca78ff2b3ed071dad77a3e 0.00 MB 3 0
98,856 98,856 00000000000142e2e0393767f492d05fe23704e3f5378f544689c28561bc78d4 0.00 MB 1 0
98,855 98,855 000000000000df34e7e907c009857372269dd620373693504736d4a50e9d544b 0.00 MB 1 0
98,854 98,854 000000000003736d525b8b5ac764a4a5ae8e2ef90c86443b6041b22f21b317ac 0.00 MB 1 0
98,853 98,853 0000000000037959f076c0569a5b4ec95b3b4ff70522d567e7f1712a73abf303 0.00 MB 1 0
98,852 98,852 0000000000028ef75e5ae91606af61ba9a7e23aa0f84d07c9f77d91c02edcc9c 0.00 MB 1 0
98,851 98,851 000000000000c0003636f646ac5b9240b14ae09e090dcce73297d1c8881ee6e2 0.00 MB 1 0
98,850 98,850 0000000000026cea201384e765b6a6a9f454e957a0f9a3cb0c973e9b24eed2e4 0.00 MB 6 0
98,849 98,849 000000000000a431bca237a7f05b582ad3b34b9413ea80b027e641943c036ba5 0.00 MB 3 1,432
98,848 98,848 00000000000214317b5bd9062abec3b3ba67f994e79c11589bf4320c5b37b9a0 0.00 MB 1 0
98,847 98,847 00000000000297c948ec29562fc63b98e005c88bf8937526ae636f24029aae88 0.00 MB 2 0
98,846 98,846 0000000000042ea3395b1250b6d31aeb9eaea05a18253a847eebd1b7be5e2980 0.00 MB 1 0
98,845 98,845 00000000000470f1597cfb364be2592af6af2b86e89b7b97551fdbbc5fed48fd 0.00 MB 1 0
98,844 98,844 000000000000c09fa4cbfee28e5754b5ac4d7e1f1cdd81ca357303cc0cfac945 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 769.73 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,679.06 GB sent, 96.56 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.