Loading Tool

Explorer IconExplorer

Memory Pool

43,098 transactions
28.00 vMB
0.06128358 BTC
Random Selection Loading Transactions
Max Size: 147.63/200 MB

Candidate Block

Mining Attempt 09675558e96f9848019cba57c9d1821049de8d212d4a5a0a267518c17e99b82f
Version 20000000
Previous Block 000000000000000000013370732e51b6e662072ad4a938e999ad227a5ec0d5ec
Merkle Root 366f0a0ba2c1178658fe043d335c24f913f27ea0be56cec659775fc8693dc9c6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,001
Size: 1.00 vMB
Total Fees: 0.00852013 BTC
Feerates: 100.21 > 0.85 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,837 (866,895 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
47,942 47,942 000000002c0a809389fdfc7706c94ebe07675a9aa25634eb968a7b96ef925347 1 0.00/1.00 vMB 0
47,941 47,941 00000000002a636cfeb7b07b053036f4728365e387b93f93d44dfda10716d249 1 0.00/1.00 vMB 0
47,940 47,940 0000000028da5640d6de7d8fe5ed89ceec7cb206c084d1176e6775c4cccf7bc5 1 0.00/1.00 vMB 0
47,939 47,939 000000002bce499018ce3d57df08523bf10ecf31f413c78d74652dd71182d08e 1 0.00/1.00 vMB 0
47,938 47,938 000000002678b718f0697119292b29a316cf69d64b4aa4743abefaa0beeda55e 1 0.00/1.00 vMB 0
47,937 47,937 00000000010a8b9d9009a722cb70ee4d022c32a617ef5756a01d6ec6fa77a010 1 0.00/1.00 vMB 0
47,936 47,936 00000000318188a730db2bd8750a13bbb967dfb92eacd67e8f956c6cfed0a68a 1 0.00/1.00 vMB 0
47,935 47,935 000000000c9e2d978e9c84a7a4b3edbf1042b4b53385ba2035ad19d01b749ba8 1 0.00/1.00 vMB 0
47,934 47,934 0000000031b4fc11fb16fa42594f08135b8c63ecabbc097d72bcf7c0d78eea69 1 0.00/1.00 vMB 0
47,933 47,933 0000000007d58eff955872678971d01dd07db44d272300655d6e57e6a24ed2ab 1 0.00/1.00 vMB 0
47,932 47,932 00000000142d228b779eebedae6749aaeadf6dc69f36b47dc2b3bc0a600eb3a8 1 0.00/1.00 vMB 0
47,931 47,931 000000000a4aa5eb0d17657e439986025954c7373ea88fcc90da6e0ce1f98fe8 1 0.00/1.00 vMB 0
47,930 47,930 000000001b9230f20469b751622d1338ac9c9ca17a458c560e59e01c4cfc5d77 1 0.00/1.00 vMB 0
47,929 47,929 000000000ffb9c5e34426662f307eac71bb009577383ae8a82d2adf53e4753ea 1 0.00/1.00 vMB 0
47,928 47,928 000000002eaa9a1ffb51f981b1d467a4ab41234d7abdf615d1a0cafa87674f67 1 0.00/1.00 vMB 0
47,927 47,927 0000000031cf5c78030f35ed7798d6a7a697c95403bc162e1f2fb91d3b385c4a 1 0.00/1.00 vMB 0
47,926 47,926 000000002e7b4aecf542dc8f73074b57241be30e31561faed3d7eaab973bd7c6 1 0.00/1.00 vMB 0
47,925 47,925 000000003100075d4ff71f0d54248f01f703683dc82f35c3973348466cd6004f 1 0.00/1.00 vMB 0
47,924 47,924 000000000cb134d28a66af7cc95f32488c4d7ee58ae4e226334118319773c1bd 1 0.00/1.00 vMB 0
47,923 47,923 0000000012b76f29cbcbb741fd9ee7e3706ae69d74a2c242a0c2d550e7d6e9bb 1 0.00/1.00 vMB 0
47,922 47,922 0000000025f76b69a25114ee4bea459fe11cf7a0ebc7f08e7b53819344f19ed2 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.10 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: 651.68 GB
    • Received: 13.63 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.