Loading Tool

Explorer IconExplorer

Memory Pool

78,345 transactions
29.36 vMB
0.06606873 BTC
Random Selection Loading Transactions
Max Size: 176.43/200 MB

Candidate Block

Mining Attempt 091267da8c602e93333a2925c42af51ca6c41fabaea7ee884aab6114df00caf1
Version 20000000
Previous Block 00000000000000000000801f3e91662b185797f56ba83fa8ef7c650b3a81ab8e
Merkle Root 9b935e9a663700ed1f625752fd1e85a420b924add3bf0d3bf1213bd8361d5a60
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,183
Size: 1.00 vMB
Total Fees: 0.00654162 BTC
Feerates: 104.71 > 0.66 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,001 (294,287 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
620,714 620,714 0000000000000000000809e454b7ddb3c5bbb32443bed42fbe48bfbfa057c3cf 3,256 0.89/1.00 vMB 12
620,713 620,713 0000000000000000000aa94c0f2c6bb80c79b6299cbad90af905c745ebbd9a77 3,527 1.00/1.00 vMB 18
620,712 620,712 00000000000000000007262d14c6eadc882c112f2a6840b5ffa0344818b90420 1,515 0.55/1.00 vMB 2
620,711 620,711 000000000000000000036338652cd2afb0aeb9c220ed598e251ffa6b4b07bf62 3,043 1.00/1.00 vMB 23
620,710 620,710 000000000000000000082dbb2c713f724253c4def8c4eebbf0ace8e090281dbe 732 0.18/1.00 vMB 15
620,709 620,709 00000000000000000008bec9d460b4d2884f6110655d1e302e95ea9b6070644d 2,812 0.87/1.00 vMB 8
620,708 620,708 0000000000000000000172c5ec8db6324b5a2549a863b1d815658fff2fc74d06 3,078 1.00/1.00 vMB 19
620,707 620,707 0000000000000000000b0a22487d8c0466e3f1ea659b75b2a70e8c18a784f8aa 771 0.22/1.00 vMB 12
620,706 620,706 00000000000000000003f8ea007e30042d7d209b1a5716b98a10c466f2650094 1,305 0.43/1.00 vMB 11
620,705 620,705 00000000000000000008b6afa512cd80b363e05e352790da8cbe2675678c4f66 2,034 0.57/1.00 vMB 4
620,704 620,704 00000000000000000008a9d9346de956bfb8ba4dbb2f4cd93e9c974d0a9b3aa3 2,855 1.00/1.00 vMB 11
620,703 620,703 0000000000000000000b5253fb53f29a53f5f2f3e15ee3ed16d53367b9fcb56c 3,138 1.00/1.00 vMB 26
620,702 620,702 00000000000000000012056214774029632e430473cac87b1b9b02e48217e0f5 198 0.05/1.00 vMB 13
620,701 620,701 0000000000000000000aa2f560f45eb9942f42432718eea1897a6e6488f61448 698 0.19/1.00 vMB 14
620,700 620,700 0000000000000000000d73f92d1860d15672bf596333493b74a43f24d1ba376a 3,154 0.95/1.00 vMB 13
620,699 620,699 00000000000000000005c9a8502ca7e94d6aa689be364f31967fcb45a74177f4 621 0.26/1.00 vMB 6
620,698 620,698 00000000000000000011b18c58fab7bad5ed29b039d6cee4c4344602dbeaf18b 1,488 0.41/1.00 vMB 13
620,697 620,697 0000000000000000000877c7a4a9e78fb35bc961fa4d8fd7eac44666a0aabadc 2,577 0.77/1.00 vMB 3
620,696 620,696 00000000000000000003226e8700e7a54a5671a3fb3aa8a9ea8f9aaee3f6fbf5 1,985 1.00/1.00 vMB 7
620,695 620,695 00000000000000000006d395391ba1c8d13c428e23468a78c9287da61773529f 3,413 1.00/1.00 vMB 20
620,694 620,694 00000000000000000011fbefe97f501a0160a2c86201ef5ef79e1cd2ce5694ce 3,272 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.40 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: 664.69 GB
    • Received: 15.03 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.