Memory Pool Memory Pool Refreshing

3,869 transactions
2.88 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
2 sats/vbyte 3
2 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
899,969 0000000000000000000237740000000000000000000000000000000000000000 ago 1.00 vMB 3,284 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 899,968 (3,836 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
896,132 896,132 000000000000000000022c23ace726604cbe74d06427d8fe000e5c3efdfc936f 1.71 MB 3,910 2
896,131 896,131 000000000000000000001cfd9c29dae697869459cb2af733762ef34a5fbbeb8b 1.80 MB 3,075 1
896,130 896,130 000000000000000000021f3cd6a980043c333e8879a35767639cf214bad2e2c0 1.78 MB 3,930 1
896,129 896,129 000000000000000000010a0e2ee4ec85c87be3b1640c1a014d1165f07d0194d8 1.69 MB 3,748 2
896,128 896,128 0000000000000000000113f0e04b28391648dbb6f94c6589af46244802b28fa4 1.71 MB 3,826 4
896,127 896,127 00000000000000000001be8defc0052c092c6009420ba3c43f02802ae27ec16d 1.63 MB 4,023 4
896,126 896,126 000000000000000000000d3533f9deddf7c1583bc83cdc15d1ed67a88f951bcd 1.78 MB 1,943 1
896,125 896,125 00000000000000000001eb20306fb8598af22a30e5db1896738f2d055802f90c 1.73 MB 1,453 1
896,124 896,124 000000000000000000004d8f9068cd7dd0854f796d4d4e6b46d18762af2de788 1.70 MB 1,528 2
896,123 896,123 000000000000000000023fb580302f98a6067a5f2f22366236407965b0de4fc4 1.70 MB 3,179 4
896,122 896,122 000000000000000000000526757e2d87b942d2b083f96217a982608034eeb17d 1.67 MB 2,534 3
896,121 896,121 000000000000000000019879a005aac1a4124ac5d8389626947c29952db9d810 1.93 MB 1,692 4
896,120 896,120 00000000000000000000951c4a3b9b3dcd016c22d062eed104b112fbeb883925 1.71 MB 3,448 5
896,119 896,119 00000000000000000000de4b292d52c3b481cc680865f144b0dca1e81c889376 1.55 MB 3,874 11
896,118 896,118 0000000000000000000242be951ac7f24a52e27e44a8e2fbb75a0d51d48835a9 1.68 MB 4,208 4
896,117 896,117 0000000000000000000127b92e7bddfe46513e00b1b7a3b1d42b0734fb4a5154 1.67 MB 4,700 9
896,116 896,116 000000000000000000003e707375fdd3cee20ce0cef6564e2a41f60bfc4980f0 1.51 MB 2,857 2
896,115 896,115 00000000000000000001c31739fbc84445e205c332acc034d6aac417e31589ca 1.54 MB 1,546 1
896,114 896,114 000000000000000000024ed29639713168187b37c4b85936a62e46e2e2b820af 1.60 MB 3,759 3
896,113 896,113 0000000000000000000225e56926b046b886cbba6b536a783e9e503b5ca070ed 1.40 MB 441 1
896,112 896,112 000000000000000000008804fb0df362d11c10e9438838e6cb0a4ddc345bbcc3 1.60 MB 2,061 3
Previous 10 blocks ↓
Total Size: 755.92 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: 546.03 GB sent, 27.90 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.