Loading Tool

Explorer IconExplorer

Memory Pool

81,656 transactions
31.21 vMB
0.08137703 BTC
Random Selection Loading Transactions
Max Size: 185.78/200 MB

Candidate Block

Mining Attempt 38e5befdbf23667ea9f837b568f54c576fd960bdb7220fc40eee0188e1945de8
Version 20000000
Previous Block 000000000000000000006967e51e05e86af929479363a0a1c6b74722992c0c25
Merkle Root 1bcb6935cbc3cd1891ff0f7a50d9f1f7e17575e49a4d0bfb0403d4cb751a07ba
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,395
Size: 1.00 vMB
Total Fees: 0.01476636 BTC
Feerates: 157.11 > 1.48 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,071 (171,003 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
744,068 744,068 000000000000000000036949af59652fb9af0f986aecd28ee0d44d4880b9a989 1,050 0.59/1.00 vMB 15
744,067 744,067 00000000000000000003f6a19e78af86a54e570d34fefc9758289d0966f5587e 379 0.22/1.00 vMB 13
744,066 744,066 000000000000000000069d8581e02b9dde5a4991d866f2d3d71def89b54fcaa6 95 0.05/1.00 vMB 8
744,065 744,065 00000000000000000008f1708f5858bc4c0f046f51851cbbf2db3caa4f10ff6f 1,148 1.00/1.00 vMB 9
744,064 744,064 00000000000000000000e3ae34e3fd877a44fedf7faa004d201aca94474b9769 2,556 1.00/1.00 vMB 15
744,063 744,063 000000000000000000056fea583064c6470ea8ea99b65fd8b0db28131b1133d4 1,561 1.00/1.00 vMB 9
744,062 744,062 00000000000000000007c1cd5c8bfbba2198a362369e800738b9edd326b38334 2,614 1.00/1.00 vMB 22
744,061 744,061 000000000000000000026aba7584177d02aac438d10efa93ce612289edbf30c6 3,116 1.00/1.00 vMB 29
744,060 744,060 00000000000000000004524620e85e859dae235286fecb70c973538dcb4b7227 1,945 1.00/1.00 vMB 39
744,059 744,059 000000000000000000017a8198b1ee137b3dfe53f6ff0a4a6ed1fb958607aad4 1,749 0.77/1.00 vMB 12
744,058 744,058 00000000000000000002c38a49687fe7c1ee095fd967855bd987e2e210a87cad 803 1.00/1.00 vMB 2
744,057 744,057 00000000000000000001d79d0380e9be7d035b4808bb96d6e3cd741b4ee3220c 3,069 1.00/1.00 vMB 11
744,056 744,056 00000000000000000006e2819fac4eed00384f77f5dff3243c397ff050c297c9 2,749 1.00/1.00 vMB 23
744,055 744,055 000000000000000000009b71f937dda8cadc77c3413da90de1b6664522d54210 2,018 1.00/1.00 vMB 6
744,054 744,054 0000000000000000000441be1c383966ff08a5a4beb0059f0354abf836b03a11 2,834 1.00/1.00 vMB 16
744,053 744,053 00000000000000000006eac44a01d163e325bb8c3a44c6f7b71d8b50b1d4b039 2,350 1.00/1.00 vMB 11
744,052 744,052 00000000000000000004d9adb2a5a05dd70b13af857f6daa1982049d1b2d9ae4 2,325 1.00/1.00 vMB 19
744,051 744,051 00000000000000000000367efb848277afe9efed0dec15af95f8c218512f44f2 2,587 1.00/1.00 vMB 26
744,050 744,050 00000000000000000004e5acefe42af0f23fc4dafdc0d9cca3645e84d52ef64b 1,042 1.00/1.00 vMB 18
744,049 744,049 00000000000000000001e2cf3ffeb745d4d58128e1ed4bd91d29333aeda93a75 2,687 1.00/1.00 vMB 21
744,048 744,048 0000000000000000000802480455c5f02e4b98e082a5bbed701232bbc3b10b83 1,974 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.52 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 668.83 GB
    • Received: 15.59 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.