Loading Tool

Explorer IconExplorer

Memory Pool

40,089 transactions
26.91 vMB
0.08933897 BTC
Random Selection Loading Transactions
Max Size: 138.61/200 MB

Candidate Block

Mining Attempt 7ba94a19652173d4c189f07c50bb008031802a081183c48007b532acdc46c4c8
Version 20000000
Previous Block 00000000000000000001b18fde6b2febfc1755903332de50616448df6a77d84a
Merkle Root b0422f35503b021a43d8d9744f440d5b573bca43300d17b02f081bc7b224a4dd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,484
Size: 1.00 vMB
Total Fees: 0.03608568 BTC
Feerates: 197.12 > 3.62 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,671 (861,842 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
52,829 52,829 0000000002881762ac89ba32d5639d92581cb9bb962becf7a0065d21f3f813be 1 0.00/1.00 vMB 0
52,828 52,828 000000000c7700a03b4715a647ee7f21e529616163ee11628ed35301424db4c6 2 0.00/1.00 vMB 0
52,827 52,827 00000000008ff9f5026c373015c6c2259b6db804209dbb22fc5da0059d2b092f 1 0.00/1.00 vMB 0
52,826 52,826 000000001183981834981763734b7e6e09fe0a5f345012ff82a19c66076efee9 2 0.00/1.00 vMB 0
52,825 52,825 000000000b0bed3c18911823a29ca5d5ae319ad91f1a9e2478b38e2a58266fa4 1 0.00/1.00 vMB 0
52,824 52,824 00000000021388e3f9eb86bdfb9529339c5d8511f9a82fe36f9e05c72b5378dd 1 0.00/1.00 vMB 0
52,823 52,823 000000000217681d31656f09ea27098c9e4b38d87a9c466f0434db67f775ed59 1 0.00/1.00 vMB 0
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
Previous 10 blocks ↓
Total Size: 781.81 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: 635.14 GB
    • Received: 12.29 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.