Loading Tool

Explorer IconExplorer

Memory Pool

28,397 transactions
8.29 vMB
0.08518106 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 56.09/200 MB

Candidate Block

Mining Attempt 72069c2f231ace9a7389471c904e8c5fae989691f73329a5bd51529fa5d1a510
Version 20000000
Previous Block 00000000000000000000e448b44b50758fd2fc9d6ddeba585dd0b192dcc101ed
Merkle Root b01f6a64e850b44c47b44f84cb519e569256f25f11c3e89cc50e653ce77d7aab
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,985
Size: 1.00 vMB
Total Fees: 0.03689947 BTC
Median Feerate: 3.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,216 (639,788 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
273,428 273,428 00000000000000007e56d4ef8dfdd5dd378e6fa1144b8c2a97911eda08a43f81 307 0.22 vMB 47
273,427 273,427 000000000000000222ea0cce668a266d162ae9b122361e784f5f4ce02b8e5864 28 0.01 vMB 6
273,426 273,426 00000000000000035f48e8f955de6c21eb868566bc556096397a27b85db15253 372 0.19 vMB 55
273,425 273,425 0000000000000003446341200e15b26d351ddeea93c3c9985308dbbdc5be18db 739 0.31 vMB 62
273,424 273,424 0000000000000005e5039503b4b67e648762220051c846826dd07cb84ac55ab2 79 0.09 vMB 21
273,423 273,423 0000000000000004f37d4578b111fb9350bf382df5723814730cea32d790fba5 335 0.18 vMB 57
273,422 273,422 0000000000000000561d1639ba83a8bfb523bbc32b078a8298ad0e9aa9f5644c 134 0.07 vMB 45
273,421 273,421 0000000000000002f71d3aae661d1ae0a7ee5812f506c26104383ef00a74ed8d 582 0.29 vMB 87
273,420 273,420 0000000000000003e68bd07b74858e55bdfa1771a7b86ad09bc8eaacdeb6a146 624 0.25 vMB 86
273,419 273,419 00000000000000040572e5a103143e70cb29991173ad0d4dc23827e2f7f8c108 407 0.20 vMB 45
273,418 273,418 000000000000000379e2602b4230ae803ed611dd1ed389b4deb77f39a093fff8 131 0.05 vMB 47
273,417 273,417 00000000000000001c23384d3a415de6211428a6c018ccd230c13e078f82aa61 1 0.00 vMB 0
273,416 273,416 00000000000000033b14a5ef583243e18ad25e9bccd57be8546187ef946f44e2 273 0.13 vMB 45
273,415 273,415 00000000000000023d8bec49cd815780e95086329c55cc67bf1ddbe644ba3e24 51 0.02 vMB 58
273,414 273,414 0000000000000000fae03d67000b4a66c32a33d26b21828f2833f6c29b625426 190 0.08 vMB 39
273,413 273,413 000000000000000242833b49cfc1635b12fadbfa2858843212cf268c485f5e90 97 0.04 vMB 41
273,412 273,412 00000000000000000e63b47751799eaa55aec9327768ee6f43ae0044c300a3bb 139 0.06 vMB 57
273,411 273,411 00000000000000041a5e76c75a2becb0a5ed7393db16411711e194a2bfa8e55f 149 0.06 vMB 40
273,410 273,410 000000000000000311079b762f65cfb5061e775d3b9a54f8db7ba3e59076b87e 148 0.07 vMB 58
273,409 273,409 00000000000000049dad1d1ce41e88e93a0e688bb85b09d5d92d4cf978823d5c 120 0.05 vMB 40
273,408 273,408 0000000000000003c0ad3d5ce031d69d9e7d0436bead79ad1407022208853f4f 258 0.13 vMB 47
Previous 10 blocks ↓
Total Size: 779.23 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 63
    • Outgoing: 10
  • Data Transfer:
    • Sent: 21.40 GB
    • Received: 0.43 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.