Loading Tool

Explorer IconExplorer

Memory Pool

48,807 transactions
23.24 vMB
0.13231518 BTC
Random Selection Loading Transactions
Max Size: 130.09/200 MB

Candidate Block

Mining Attempt e2dfc9d1459364adc0d9ec869aee80f34d6a01affc9e4777ceee7926561b49ac
Version 20000000
Previous Block 000000000000000000010af14abf3268910c2119088b119fa85fc48f0443cc77
Merkle Root 88cea5cee36953a31efe5f6f665696232a8ec5a3c5b8025b8744fea62118e18e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,998
Size: 1.00 vMB
Total Fees: 0.05517921 BTC
Feerates: 1,163.36 > 5.53 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,096 (786,013 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
128,083 128,083 0000000000001f62a6038c2492cc493b4d0bcfb553ede1912e4b21fe13b33228 19 0.01/1.00 vMB 774
128,082 128,082 000000000000180e5af7a1e09b4aa7a1b2ee7d07c112f8064a906519fea5e836 44 0.02/1.00 vMB 1,124
128,081 128,081 0000000000001355782a35971adb5dd0de5bdad97d0d1ec71d016b7a3cfd89ad 9 0.00/1.00 vMB 0
128,080 128,080 0000000000001d824b28a2becd95e0779541fe62393b9b9d0cd91e55dea171dd 2 0.00/1.00 vMB 0
128,079 128,079 00000000000021c7ee6d35abf6d05ee8b7731ec161c6e45a9432be45c313d089 14 0.01/1.00 vMB 331
128,078 128,078 00000000000017f2469614b15d685c78887da254f06d6e9ceac97fc120a880ad 23 0.01/1.00 vMB 512
128,077 128,077 0000000000000fc6ce1be4dce65a19385d7a3029c0a97d6d43c834a64edb6c23 18 0.01/1.00 vMB 901
128,076 128,076 0000000000000b980908396801f6ba911c1db2c77085594f6a098e4903de1f64 36 0.01/1.00 vMB 40
128,075 128,075 000000000000160ad9ec9607cb9ae1fb22ddff7492ba3695232d3c34e0ae8385 18 0.01/1.00 vMB 846
128,074 128,074 0000000000000060b5da156e692725c38fff894b958c11c002b1b98c69f42690 9 0.00/1.00 vMB 1,452
128,073 128,073 0000000000000dbfa145273080337deae1e9b675653d4824ceaeed0f8804dab0 80 0.03/1.00 vMB 494
128,072 128,072 000000000000034fe152f72669830eae8c8d7347fe2188765ffc2606aff96145 10 0.00/1.00 vMB 580
128,071 128,071 00000000000024f40fcb87168e153154fc11c340118e8c2166de4e21123db877 8 0.00/1.00 vMB 1,863
128,070 128,070 0000000000000556fbbf1812c309b4e867882556ede17bbb13149bc2d304ab72 36 0.03/1.00 vMB 761
128,069 128,069 000000000000091b27c86993ff1a5f87747de68a8be75fcb441569e4fa2ac0b9 31 0.01/1.00 vMB 794
128,068 128,068 0000000000000d8828e17eb8da66f8461b27cbcbb7ab6aefd383871e095b4f4a 11 0.01/1.00 vMB 346
128,067 128,067 0000000000001cefb7ab35eb15a93680cf4f2fe3b0d317ed95e1bc9a8f256274 64 0.02/1.00 vMB 189
128,066 128,066 0000000000001e620f1d7a62e8866efa7dfea17ca09a85d9e972891c5df7072d 11 0.02/1.00 vMB 733
128,065 128,065 0000000000001a2541787fb3524fcea7edb96864732d4d214e4f725bfaa1af3f 35 0.02/1.00 vMB 672
128,064 128,064 0000000000000ee962ab822b8cb4b8a309d85c1cb19f065722ee9ba60b522a82 5 0.00/1.00 vMB 899
128,063 128,063 0000000000001846879ddfa8b38e709cad6fc1e00acf6194f90ca97ed5e4a623 10 0.00/1.00 vMB 725
Previous 10 blocks ↓
Total Size: 780.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: 558.97 GB
    • Received: 7.14 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.