Memory Pool Memory Pool Refreshing

4,944 transactions
2.97 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,690 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,990 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,689 (855,865 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
52,824 52,824 00000000021388e3f9eb86bdfb9529339c5d8511f9a82fe36f9e05c72b5378dd 0.00 MB 1 0
52,823 52,823 000000000217681d31656f09ea27098c9e4b38d87a9c466f0434db67f775ed59 0.00 MB 1 0
52,822 52,822 00000000000c706c62cdb6d5a559f3b4fc4b5f1fa731f69ef5e62b3d4243eff1 0.00 MB 1 0
52,821 52,821 0000000003b280a252757984dc661864e9cb81d87c22fe2cb103e3d1d903618f 0.00 MB 1 0
52,820 52,820 00000000095a0d1a8ff23fce3644659b4fa23d13c55ce323d7634c17af6afc92 0.00 MB 1 0
52,819 52,819 00000000005e039815e731ef281b5891c70a0daba3d319bb91416cb33fbd6cf9 0.00 MB 1 0
52,818 52,818 00000000137a55dda5368445d0e3f39fd279489690d135e74c953da0de998d93 0.00 MB 1 0
52,817 52,817 00000000046ef9434b3932e194d3d40e24d2b69d7f07719c5e86b6c10da25825 0.00 MB 1 0
52,816 52,816 000000000ec928717226b2a6ffbcae2822a5a82dfbcbe7ec8ced7f41fbb0c05e 0.00 MB 1 0
52,815 52,815 000000000e961ae8903b8291dc31644c147a951878978bd4295db360dfb1e9d8 0.00 MB 1 0
52,814 52,814 00000000034341f52de94428719b54890f74ee50a1ca7fb1e1ab718278e64b13 0.00 MB 2 0
52,813 52,813 000000000259028b891fff74ba16c14e04646e0b00768a6831e82c71400186fa 0.00 MB 1 0
52,812 52,812 000000000c700e2de31ab5bb47036367068fae9d0f73537ba31caf19c236e5fd 0.00 MB 1 0
52,811 52,811 00000000058d566bc101a6790b04ba573af4e37cb9f09466e8204af1b6edc8df 0.00 MB 1 0
52,810 52,810 000000000363ab0a7050598502d5b850ccc7b2e5d3f2ba0f2c28516d6d436389 0.00 MB 1 0
52,809 52,809 000000001546945f7abf7e8f1ffd1d8ef0e954c509928c80abc69edb47757b30 0.00 MB 2 0
52,808 52,808 000000001376cf142f30f56f187a1767cf12697bc421a20949a6442ce28168c8 0.00 MB 1 0
52,807 52,807 0000000013b0eb48da2ee4b5f752f2c02d7e091c81f8d571ab79ffc96cfe60c3 0.00 MB 3 0
52,806 52,806 000000000be2352c019d8cbaab000756a115ea906465af164765d9810efd8d52 0.00 MB 2 0
52,805 52,805 0000000009c6ebaf84e9e3088de1609893878f78783cec0ac937c906698b5599 0.00 MB 1 0
52,804 52,804 0000000002414bd8a98d2e77fe361e0adef05f3359eff6cf0e82c18ff283abe7 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.98 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,854.11 GB sent, 101.86 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.