Memory Pool Memory Pool Refreshing

1,315 transactions
25.28 vMB
Show Random Selection Loading Transactions
Max Size: 102/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,311 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,039 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,310 (795,981 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
112,329 112,329 000000000000ca21f37ee6558833a9ff97bfac6d2b3635c8ec2a5e073fe09505 0.00 MB 1 0
112,328 112,328 00000000000038c701a650a0a0969d84c8f3e41ae02577add2f0c8256314bef7 0.00 MB 8 779
112,327 112,327 000000000000aa17786d5b02747cb8650ce563ec21914b00dd83caa5c08d8f16 0.00 MB 6 0
112,326 112,326 000000000000bc6765bb6b97ba93beffbbf8dae218eaf4f5aec4fa315f163c5f 0.00 MB 7 543
112,325 112,325 0000000000011cae04a2178fe1f0e81af72b056cd8b9c0e828d864f92e3f2c20 0.00 MB 9 690
112,324 112,324 00000000000073cdc2731b4ebd22f9d5fd69ce8125bb63a699cba4525cd8681d 0.00 MB 15 2,020
112,323 112,323 0000000000010c530e093d05c229b79e243a9e9fee1e692236bb8ceae4e43833 0.00 MB 1 0
112,322 112,322 0000000000012d959a2acb2c20386627e9194c905cbf874dc7bae612c731506a 0.00 MB 8 614
112,321 112,321 00000000000112d2a31a3158ed79bf029c5620f430b4e0a5041ed134ffe50092 0.01 MB 23 297
112,320 112,320 00000000000015cf982e125d7daeae782a60170cebc7696bbc9ab9e992f72b73 0.00 MB 4 0
112,319 112,319 00000000000035c98ab20ba64c999d8858b89382cb3863b0f4a2eb68f33f5c4f 0.00 MB 7 579
112,318 112,318 000000000000c2207ebfe8c02e55d992041784a51fbe90b4c8294159327ce9b0 0.00 MB 3 1,934
112,317 112,317 00000000000034d3da0cb15ae09de1af7007ae2466776f632acd42bae79fc41a 0.00 MB 19 216
112,316 112,316 0000000000012a71c48a43b0d9f348b72ebca5a0b16805c1d12eb0bd3a7bc156 0.00 MB 2 0
112,315 112,315 000000000000e46c2354136abe7ae965757cf7da739631f9c940d169db150268 0.00 MB 9 382
112,314 112,314 000000000000f19ad6fadb498fbc4add73dc8fa35b355eb17b08c3279de14602 0.00 MB 5 650
112,313 112,313 000000000000901b04bd5474db10abd6b77785259135c50fe883867b9581b8f4 0.00 MB 10 687
112,312 112,312 000000000000f2c13dccda39f941f8a6ae4df42a0bc7d2bd6bdf97d3af69901b 0.00 MB 1 0
112,311 112,311 0000000000006f9411db1a159979f03122ceb6cd697c5ce4b7cc00abd290cdf3 0.00 MB 14 2,422
112,310 112,310 00000000000100c431fa07234286f8c4e8f3d989d4de6caa3deca817727ae657 0.00 MB 9 1,652
112,309 112,309 00000000000129535b3e5774e7669c503dfccd9a9128ea964037759f87e59135 0.00 MB 5 1,941
Previous 10 blocks ↓
Total Size: 770.21 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: 1,698.15 GB sent, 98.59 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.