Loading Tool

Explorer IconExplorer

Memory Pool

83,203 transactions
30.69 vMB
0.14438552 BTC
Random Selection Loading Transactions
Max Size: 184.70/200 MB

Candidate Block

Mining Attempt 3694488f078e6f43c7c2763d1a721c8870c057663e8d9c0dbd521b51f69f44d3
Version 20000000
Previous Block 00000000000000000000a7742c03767850b5e62f9bd9da718e9d8018851f9110
Merkle Root e2fbe4836b963c3f8e8a5a29a4b9c29386e9fd0efb09185151f0b9c1ad9c1555
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,355
Size: 1.00 vMB
Total Fees: 0.07955624 BTC
Feerates: 150.77 > 7.97 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,968 (515,258 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
399,710 399,710 0000000000000000002b5d581e8864e43483a9ec26ec39f535c5c872a1115c9e 584 0.28/1.00 vMB 39
399,709 399,709 0000000000000000045bd5ddc9be82dcce15568d988a0b8e4a4586e34ccfaf22 1,027 1.00/1.00 vMB 21
399,708 399,708 000000000000000003323c0632449e2a7335f219557f9d46adb1c0dd6de6c00d 394 0.21/1.00 vMB 38
399,707 399,707 0000000000000000027fcbd2ac827b052e5479759b87ea6b48e67635f1246acb 1,175 1.00/1.00 vMB 21
399,706 399,706 000000000000000001c19fe0649ebff59b2c3efda1dd59b295536ad215e737f1 1,297 0.93/1.00 vMB 26
399,705 399,705 0000000000000000051e3d7ee740d74681c6a6028ffa9f4d048ba78a805b4696 1,600 0.99/1.00 vMB 26
399,704 399,704 000000000000000004655a5f5489396e0b86bd6f26c3b2391a06ea44f343f734 1,935 0.75/1.00 vMB 51
399,703 399,703 0000000000000000040d0972c0724d31bd7904fb80ff4ff8d17c04619f722a89 1 0.00/1.00 vMB 0
399,702 399,702 000000000000000003936ae8697670519731270756fe5a4547600ef1198b35ca 2,679 1.00/1.00 vMB 51
399,701 399,701 000000000000000003e5d813f9f6668d1ffdced087a70b96d0e8bc9181420a3a 2,091 1.00/1.00 vMB 43
399,700 399,700 00000000000000000144d4661488870e99ea4fffa243535a74d218a43d28f9dc 646 0.93/1.00 vMB 13
399,699 399,699 000000000000000001053214dff832dfa9db143eb2e23b40b7c5c015ebc41dd4 1,153 0.99/1.00 vMB 20
399,698 399,698 000000000000000003ba1093220491443819615b974d4f79a302e39ba6d3d0a8 2,395 0.93/1.00 vMB 51
399,697 399,697 000000000000000003865b9f1a5847eedcf499c46d1797b6f84d5ffd56cc3faa 1,601 1.00/1.00 vMB 29
399,696 399,696 0000000000000000044ec7f84ba0e15ddd4b301bbb0d9cc636ac1a93b73526d3 1,056 0.98/1.00 vMB 19
399,695 399,695 00000000000000000554a1b16ba8546b2d3cc45afd36630e860e37ad14b92286 2,181 1.00/1.00 vMB 43
399,694 399,694 00000000000000000063e30d5d3d05a6f0a2d026b7fd8869b0fef76cd559ec73 2,142 0.93/1.00 vMB 47
399,693 399,693 00000000000000000329b7006a24c73e57509311a4fdfefbd229a4af74aa5762 822 1.00/1.00 vMB 15
399,692 399,692 00000000000000000550f35889f2bbfd0f1b9b41873227774f6e67c4ed5fd091 2,065 0.99/1.00 vMB 31
399,691 399,691 00000000000000000503570083ab343ee9b5844ef43a4b939fd9fd3a450edc68 2,625 0.75/1.00 vMB 44
399,690 399,690 0000000000000000018961d42f1088e58b76b3228dbd6bc719648422a579348b 2,681 0.93/1.00 vMB 69
Previous 10 blocks ↓
Total Size: 782.33 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: 660.44 GB
    • Received: 14.75 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.