Loading Tool

Explorer IconExplorer

Memory Pool

35,907 transactions
26.71 vMB
0.05755734 BTC
Random Selection Loading Transactions
Max Size: 135.10/200 MB

Candidate Block

Mining Attempt 2d596ecb3aa4aac13d79b2efc518f759d9407f0531f1ed266ec2ad62adf1631c
Version 20000000
Previous Block 000000000000000000019a6a43291f856c35b16a71da6815df4a131b431a0b21
Merkle Root 3263ddb8ed3c5536c59b94c766b9c87551da9fb96dc97f119f925a996cc009c0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,987
Size: 1.00 vMB
Total Fees: 0.00754398 BTC
Feerates: 160.84 > 0.76 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,651 (861,829 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
52,822 52,822 00000000000c706c62cdb6d5a559f3b4fc4b5f1fa731f69ef5e62b3d4243eff1 1 0.00/1.00 vMB 0
52,821 52,821 0000000003b280a252757984dc661864e9cb81d87c22fe2cb103e3d1d903618f 1 0.00/1.00 vMB 0
52,820 52,820 00000000095a0d1a8ff23fce3644659b4fa23d13c55ce323d7634c17af6afc92 1 0.00/1.00 vMB 0
52,819 52,819 00000000005e039815e731ef281b5891c70a0daba3d319bb91416cb33fbd6cf9 1 0.00/1.00 vMB 0
52,818 52,818 00000000137a55dda5368445d0e3f39fd279489690d135e74c953da0de998d93 1 0.00/1.00 vMB 0
52,817 52,817 00000000046ef9434b3932e194d3d40e24d2b69d7f07719c5e86b6c10da25825 1 0.00/1.00 vMB 0
52,816 52,816 000000000ec928717226b2a6ffbcae2822a5a82dfbcbe7ec8ced7f41fbb0c05e 1 0.00/1.00 vMB 0
52,815 52,815 000000000e961ae8903b8291dc31644c147a951878978bd4295db360dfb1e9d8 1 0.00/1.00 vMB 0
52,814 52,814 00000000034341f52de94428719b54890f74ee50a1ca7fb1e1ab718278e64b13 2 0.00/1.00 vMB 0
52,813 52,813 000000000259028b891fff74ba16c14e04646e0b00768a6831e82c71400186fa 1 0.00/1.00 vMB 0
52,812 52,812 000000000c700e2de31ab5bb47036367068fae9d0f73537ba31caf19c236e5fd 1 0.00/1.00 vMB 0
52,811 52,811 00000000058d566bc101a6790b04ba573af4e37cb9f09466e8204af1b6edc8df 1 0.00/1.00 vMB 0
52,810 52,810 000000000363ab0a7050598502d5b850ccc7b2e5d3f2ba0f2c28516d6d436389 1 0.00/1.00 vMB 0
52,809 52,809 000000001546945f7abf7e8f1ffd1d8ef0e954c509928c80abc69edb47757b30 2 0.00/1.00 vMB 0
52,808 52,808 000000001376cf142f30f56f187a1767cf12697bc421a20949a6442ce28168c8 1 0.00/1.00 vMB 0
52,807 52,807 0000000013b0eb48da2ee4b5f752f2c02d7e091c81f8d571ab79ffc96cfe60c3 3 0.00/1.00 vMB 0
52,806 52,806 000000000be2352c019d8cbaab000756a115ea906465af164765d9810efd8d52 2 0.00/1.00 vMB 0
52,805 52,805 0000000009c6ebaf84e9e3088de1609893878f78783cec0ac937c906698b5599 1 0.00/1.00 vMB 0
52,804 52,804 0000000002414bd8a98d2e77fe361e0adef05f3359eff6cf0e82c18ff283abe7 1 0.00/1.00 vMB 0
52,803 52,803 00000000018acd194274ad48b01ca37aac6f4fda23ea5546fbabe7f5b162c560 1 0.00/1.00 vMB 0
52,802 52,802 00000000028614331d138dfd253fdea37d80bcf270fb259f6d609c55870f04c9 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.77 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 632.84 GB
    • Received: 12.15 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.