Explorer IconExplorer

Memory Pool Memory Pool Refreshing

8,994 transactions (3.48 vMB)

Priority:

  • 1 sats/vbyte = (18 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 3 sats/vbyte = (4 blocks)
  • 4 sats/vbyte = (3 blocks)
  • 5 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,284 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,910 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,283 (837,043 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
72,240 72,240 000000000061f18156e0a7bd4fb2507350ce94a33563f3d9bc042b4119e03c55 0.00 MB 1 0
72,239 72,239 000000000058dc399a2c8bac2b7e67478ce4847ec7dacefbd7755146ebb40c7a 0.00 MB 2 0
72,238 72,238 000000000015884f646f2c439969a258451705e1e8c6be06be1a8e761d377a21 0.00 MB 1 0
72,237 72,237 0000000000e684b7808e7bf64a0e1dfff98afa33d427f808c10d969fda782b7e 0.00 MB 1 0
72,236 72,236 000000000042189e27657811eaf1d103e544ba134034fd82dac2e6c047a5c470 0.00 MB 1 0
72,235 72,235 0000000000027b93a16c186f661e719c08ddc82e9820250fc81976f94950ffaa 0.00 MB 1 0
72,234 72,234 0000000000628ac59634888f06d405200435d57e3c3171079f43476a510d10ce 0.00 MB 1 0
72,233 72,233 000000000106059b4dd48aa924d43adfa3b3dbd38da95eafcff8941e4a02e850 0.00 MB 1 0
72,232 72,232 0000000000ed6eb40fc741fbdf9d315c9dc3badca1ffcb1c60a2f7fa8ec269b4 0.00 MB 1 0
72,231 72,231 000000000050dcf806b48c8a323e378e6c27ad1b0a7905392809126067ad42c7 0.00 MB 1 0
72,230 72,230 0000000000f873883998465d3b1acbeda3cd4cda00ae19f46744b385ded51290 0.00 MB 1 0
72,229 72,229 0000000000a4f33f6b00d893ed8775a5cc10bccd144240f2880b9588a4ec2d9c 0.00 MB 1 0
72,228 72,228 00000000003ba0bcd1a1d2da4bf353deb5d1ebf33693377cf4f251047bfc537a 0.00 MB 1 0
72,227 72,227 0000000000f63da575bf6f1f340e7e82a827b5e008ea308cc4681425bb3074f4 0.00 MB 1 0
72,226 72,226 0000000000846a199e79a22c8ccc231933cdfdaa4c0a35e0ae9bf65ebfec7c19 0.00 MB 1 0
72,225 72,225 0000000000c85886b8a6573d30a55ea9ab503b4e7e337302a44451d9d69dd952 0.00 MB 1 0
72,224 72,224 00000000003b6fc2dbfdee0b8e71911d655fbf7f9a485c8190bcccb62f843a6e 0.00 MB 3 0
72,223 72,223 00000000001d793fc6eb5cf769eddcf0448cfb98738e3ef65f0a06eeba554c2f 0.00 MB 1 0
72,222 72,222 0000000000d576dc09df38fedba3d18e299e1839aa257eafcbc49282e8572a8a 0.00 MB 2 0
72,221 72,221 0000000000a0dfd50758117cac9231c84339395ceb29b1bf126505b1109a5518 0.00 MB 1 0
72,220 72,220 0000000000a490cfd9eefea3417c70ec93db2e788a5f9080e2097cb36bc4b3cc 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.06 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,046.94 GB sent, 108.39 GB received

Notes

  • This page updates every 5 seconds.
  • 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.